(C) 1996 AROS - The Amiga Replacement OS
NAME
#include <string.h>
char * strerror()
SYNOPSIS
size_t n
FUNCTION
Returns a readable string for an error number in errno.
INPUTS
n
The contents of errno or a #define from errno.h
RESULT
A string describing the error.
NOTES
EXAMPLE
BUGS
SEE ALSO
INTERNALS
HISTORY
11.12.1996 aros
New functions